Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Method and Description |
---|---|
MapType |
PgxMap.getType()
Gets the map type.
|
static MapType |
MapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapType[] |
MapType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMap(PropertyType keyType, PropertyType valType, MapType mapType)
Blocking version of
#createMapAsync() . |
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMap(PropertyType keyType, PropertyType valType, MapType mapType, String mapName)
Blocking version of
#createMapAsync() . |
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMapAsync(PropertyType keyType, PropertyType valType, MapType mapType)
Creates a session-bound map
|
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMapAsync(PropertyType keyType, PropertyType valType, MapType mapType, String mapName)
Creates a session-bound map
|
Copyright © 2015. All rights reserved.